Return code: 0
Time to run: 00:05:55
Log output:
sudo -u tuscan makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: python2-gevent 1.0.2-1 (Sat Nov 14 06:27:51 UTC 2015)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) python2-2.7.10-2 sqlite-3.9.2-1 python2-greenlet-0.4.9-2
Total Installed Size: 75.79 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing sqlite...
installing python2...
Optional dependencies for python2
tk: for IDLE
python2-setuptools
python2-pip
installing python2-greenlet...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17024-1 python2-packaging-15.3-2 python2-setuptools-1:18.5-1 cython2-0.23.4-1 git-2.6.2-1
Total Installed Size: 36.75 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing perl-error...
installing git...
Optional dependencies for git
tk: gitk and git gui
perl-libwww: git svn
perl-term-readkey: git svn
perl-mime-tools: git send-email
perl-net-smtp-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
python2: various helper scripts [installed]
subversion: git svn
cvsps2: git cvsimport
gnome-keyring: GNOME keyring credential helper
installing python2-packaging...
installing python2-setuptools...
installing cython2...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/gevent
copying gevent/queue.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/socket.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/resolver_ares.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/ssl.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/util.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/resolver_thread.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/coros.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/pywsgi.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/_ssl2.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/local.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/server.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/threading.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/__init__.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/backdoor.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/pool.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/baseserver.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/subprocess.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/_sslgte279.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/select.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/monkey.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/_threading.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/os.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/timeout.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/threadpool.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/event.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/greenlet.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/win32util.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/hub.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/lock.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/thread.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/wsgi.py -> build/lib.linux-x86_64-2.7/gevent
copying gevent/fileobject.py -> build/lib.linux-x86_64-2.7/gevent
running build_ext
python2 util/cythonpp.py -o gevent.core.c gevent/core.ppyx
Running cython2 -o gevent.core.c gevent/core.pyx # !EV_USE_SIGNALFD && !defined(LIBEV_EMBED) && !defined(_WIN32)
Running cython2 -o gevent.core.c gevent/core.pyx # !EV_USE_SIGNALFD && !defined(LIBEV_EMBED) && defined(_WIN32)
Running cython2 -o gevent.core.c gevent/core.pyx # !EV_USE_SIGNALFD && defined(LIBEV_EMBED) && !defined(_WIN32)
Running cython2 -o gevent.core.c gevent/core.pyx # !EV_USE_SIGNALFD && defined(LIBEV_EMBED) && defined(_WIN32)
Running cython2 -o gevent.core.c gevent/core.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && !defined(_WIN32)
Running cython2 -o gevent.core.c gevent/core.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && defined(_WIN32)
Reusing cython2 -o gevent.core.c gevent/core.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && !defined(_WIN32)
Reusing cython2 -o gevent.core.c gevent/core.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && defined(_WIN32)
Generating gevent.core.c 1974926 bytes
Saving gevent/core.pyx
echo >> gevent.core.c
echo '#include "callbacks.c"' >> gevent.core.c
mv gevent.core.* gevent/
cython2 -o gevent.ares.c gevent/ares.pyx
mv gevent.ares.* gevent/
cython2 -o gevent._semaphore.c gevent/_semaphore.pyx
mv gevent._semaphore.* gevent/
cython2 -o gevent._util.c gevent/_util.pyx
mv gevent._util.* gevent/
Running '/bin/sh /tmp/python2-gevent/src/gevent/libev/configure > configure-output.txt' in /tmp/python2-gevent/src/gevent/build/temp.linux-x86_64-2.7/libev
building 'gevent.core' extension
creating build/temp.linux-x86_64-2.7/gevent
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o
In file included from gevent/libev.h:2:0,
from gevent/gevent.core.c:241:
libev/ev.c:1625:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
^
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/gevent/gevent.core.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/core.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/core.so to /tmp/python2-gevent/src/gevent/gevent/core.so
Running '/bin/sh /tmp/python2-gevent/src/gevent/c-ares/configure CONFIG_COMMANDS= CONFIG_FILES= > configure-output.txt' in /tmp/python2-gevent/src/gevent/build/temp.linux-x86_64-2.7/c-ares
building 'gevent.ares' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c gevent/gevent.ares.c -o build/temp.linux-x86_64-2.7/gevent/gevent.ares.o
In file included from gevent/cares_ntop.h:3:0,
from gevent/dnshelper.c:13,
from gevent/gevent.ares.c:242:
gevent/dnshelper.c: In function 'gevent_append_addr':
c-ares/inet_ntop.h:21:33: warning: implicit declaration of function 'inet_ntop' [-Wimplicit-function-declaration]
#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
^
gevent/dnshelper.c:51:9: note: in expansion of macro 'ares_inet_ntop'
if (ares_inet_ntop(family, src, tmpbuf, tmpsize)) {
^
In file included from gevent/cares_pton.h:3:0,
from gevent/gevent.ares.c:240:
gevent/dnshelper.c: In function 'gevent_make_sockaddr':
c-ares/inet_net_pton.h:20:31: warning: implicit declaration of function 'inet_pton' [-Wimplicit-function-declaration]
#define ares_inet_pton(x,y,z) inet_pton(x,y,z)
^
gevent/dnshelper.c:137:10: note: in expansion of macro 'ares_inet_pton'
if ( ares_inet_pton(AF_INET, hostp, &((struct sockaddr_in*)sa6)->sin_addr.s_addr) > 0 ) {
^
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares__close_sockets.c -o build/temp.linux-x86_64-2.7/c-ares/ares__close_sockets.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares__get_hostent.c -o build/temp.linux-x86_64-2.7/c-ares/ares__get_hostent.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares__read_line.c -o build/temp.linux-x86_64-2.7/c-ares/ares__read_line.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares__timeval.c -o build/temp.linux-x86_64-2.7/c-ares/ares__timeval.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_cancel.c -o build/temp.linux-x86_64-2.7/c-ares/ares_cancel.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_create_query.c -o build/temp.linux-x86_64-2.7/c-ares/ares_create_query.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_data.c -o build/temp.linux-x86_64-2.7/c-ares/ares_data.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_destroy.c -o build/temp.linux-x86_64-2.7/c-ares/ares_destroy.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_expand_name.c -o build/temp.linux-x86_64-2.7/c-ares/ares_expand_name.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_expand_string.c -o build/temp.linux-x86_64-2.7/c-ares/ares_expand_string.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_fds.c -o build/temp.linux-x86_64-2.7/c-ares/ares_fds.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_free_hostent.c -o build/temp.linux-x86_64-2.7/c-ares/ares_free_hostent.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_free_string.c -o build/temp.linux-x86_64-2.7/c-ares/ares_free_string.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_getenv.c -o build/temp.linux-x86_64-2.7/c-ares/ares_getenv.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_gethostbyaddr.c -o build/temp.linux-x86_64-2.7/c-ares/ares_gethostbyaddr.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_gethostbyname.c -o build/temp.linux-x86_64-2.7/c-ares/ares_gethostbyname.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_getnameinfo.c -o build/temp.linux-x86_64-2.7/c-ares/ares_getnameinfo.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_getopt.c -o build/temp.linux-x86_64-2.7/c-ares/ares_getopt.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_getsock.c -o build/temp.linux-x86_64-2.7/c-ares/ares_getsock.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_init.c -o build/temp.linux-x86_64-2.7/c-ares/ares_init.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_library_init.c -o build/temp.linux-x86_64-2.7/c-ares/ares_library_init.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_llist.c -o build/temp.linux-x86_64-2.7/c-ares/ares_llist.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_mkquery.c -o build/temp.linux-x86_64-2.7/c-ares/ares_mkquery.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_nowarn.c -o build/temp.linux-x86_64-2.7/c-ares/ares_nowarn.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_options.c -o build/temp.linux-x86_64-2.7/c-ares/ares_options.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_a_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_a_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_aaaa_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_aaaa_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_mx_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_mx_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_naptr_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_naptr_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_ns_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_ns_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_ptr_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_ptr_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_soa_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_soa_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_srv_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_srv_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_parse_txt_reply.c -o build/temp.linux-x86_64-2.7/c-ares/ares_parse_txt_reply.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_platform.c -o build/temp.linux-x86_64-2.7/c-ares/ares_platform.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_process.c -o build/temp.linux-x86_64-2.7/c-ares/ares_process.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_query.c -o build/temp.linux-x86_64-2.7/c-ares/ares_query.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_search.c -o build/temp.linux-x86_64-2.7/c-ares/ares_search.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_send.c -o build/temp.linux-x86_64-2.7/c-ares/ares_send.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_strcasecmp.c -o build/temp.linux-x86_64-2.7/c-ares/ares_strcasecmp.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_strdup.c -o build/temp.linux-x86_64-2.7/c-ares/ares_strdup.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_strerror.c -o build/temp.linux-x86_64-2.7/c-ares/ares_strerror.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_timeout.c -o build/temp.linux-x86_64-2.7/c-ares/ares_timeout.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_version.c -o build/temp.linux-x86_64-2.7/c-ares/ares_version.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/ares_writev.c -o build/temp.linux-x86_64-2.7/c-ares/ares_writev.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/bitncmp.c -o build/temp.linux-x86_64-2.7/c-ares/bitncmp.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/inet_net_pton.c -o build/temp.linux-x86_64-2.7/c-ares/inet_net_pton.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/inet_ntop.c -o build/temp.linux-x86_64-2.7/c-ares/inet_ntop.o
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -Ic-ares -I/usr/include/python2.7 -c c-ares/windows_port.c -o build/temp.linux-x86_64-2.7/c-ares/windows_port.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/gevent/gevent.ares.o build/temp.linux-x86_64-2.7/c-ares/ares__close_sockets.o build/temp.linux-x86_64-2.7/c-ares/ares__get_hostent.o build/temp.linux-x86_64-2.7/c-ares/ares__read_line.o build/temp.linux-x86_64-2.7/c-ares/ares__timeval.o build/temp.linux-x86_64-2.7/c-ares/ares_cancel.o build/temp.linux-x86_64-2.7/c-ares/ares_create_query.o build/temp.linux-x86_64-2.7/c-ares/ares_data.o build/temp.linux-x86_64-2.7/c-ares/ares_destroy.o build/temp.linux-x86_64-2.7/c-ares/ares_expand_name.o build/temp.linux-x86_64-2.7/c-ares/ares_expand_string.o build/temp.linux-x86_64-2.7/c-ares/ares_fds.o build/temp.linux-x86_64-2.7/c-ares/ares_free_hostent.o build/temp.linux-x86_64-2.7/c-ares/ares_free_string.o build/temp.linux-x86_64-2.7/c-ares/ares_getenv.o build/temp.linux-x86_64-2.7/c-ares/ares_gethostbyaddr.o build/temp.linux-x86_64-2.7/c-ares/ares_gethostbyname.o build/temp.linux-x86_64-2.7/c-ares/ares_getnameinfo.o build/temp.linux-x86_64-2.7/c-ares/ares_getopt.o build/temp.linux-x86_64-2.7/c-ares/ares_getsock.o build/temp.linux-x86_64-2.7/c-ares/ares_init.o build/temp.linux-x86_64-2.7/c-ares/ares_library_init.o build/temp.linux-x86_64-2.7/c-ares/ares_llist.o build/temp.linux-x86_64-2.7/c-ares/ares_mkquery.o build/temp.linux-x86_64-2.7/c-ares/ares_nowarn.o build/temp.linux-x86_64-2.7/c-ares/ares_options.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_a_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_aaaa_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_mx_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_naptr_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_ns_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_ptr_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_soa_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_srv_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_parse_txt_reply.o build/temp.linux-x86_64-2.7/c-ares/ares_platform.o build/temp.linux-x86_64-2.7/c-ares/ares_process.o build/temp.linux-x86_64-2.7/c-ares/ares_query.o build/temp.linux-x86_64-2.7/c-ares/ares_search.o build/temp.linux-x86_64-2.7/c-ares/ares_send.o build/temp.linux-x86_64-2.7/c-ares/ares_strcasecmp.o build/temp.linux-x86_64-2.7/c-ares/ares_strdup.o build/temp.linux-x86_64-2.7/c-ares/ares_strerror.o build/temp.linux-x86_64-2.7/c-ares/ares_timeout.o build/temp.linux-x86_64-2.7/c-ares/ares_version.o build/temp.linux-x86_64-2.7/c-ares/ares_writev.o build/temp.linux-x86_64-2.7/c-ares/bitncmp.o build/temp.linux-x86_64-2.7/c-ares/inet_net_pton.o build/temp.linux-x86_64-2.7/c-ares/inet_ntop.o build/temp.linux-x86_64-2.7/c-ares/windows_port.o -L/usr/lib -lrt -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/ares.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/ares.so to /tmp/python2-gevent/src/gevent/gevent/ares.so
building 'gevent._semaphore' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c gevent/gevent._semaphore.c -o build/temp.linux-x86_64-2.7/gevent/gevent._semaphore.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/gevent/gevent._semaphore.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/_semaphore.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/_semaphore.so to /tmp/python2-gevent/src/gevent/gevent/_semaphore.so
building 'gevent._util' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c gevent/gevent._util.c -o build/temp.linux-x86_64-2.7/gevent/gevent._util.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/gevent/gevent._util.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/_util.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/_util.so to /tmp/python2-gevent/src/gevent/gevent/_util.so
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
running build_ext
make: Nothing to be done for 'all'.
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/core.so to /tmp/python2-gevent/src/gevent/gevent/core.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/ares.so to /tmp/python2-gevent/src/gevent/gevent/ares.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/_semaphore.so to /tmp/python2-gevent/src/gevent/gevent/_semaphore.so
Linking /tmp/python2-gevent/src/gevent/build/lib.linux-x86_64-2.7/gevent/_util.so to /tmp/python2-gevent/src/gevent/gevent/_util.so
running install_lib
creating /tmp/python2-gevent/pkg/python2-gevent/usr
creating /tmp/python2-gevent/pkg/python2-gevent/usr/lib
creating /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7
creating /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages
creating /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/queue.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/socket.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/resolver_ares.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/ssl.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/core.so -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/util.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/resolver_thread.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/coros.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/pywsgi.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/_ssl2.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/local.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/server.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/_semaphore.so -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/threading.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/__init__.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/backdoor.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/_util.so -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/pool.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/baseserver.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/subprocess.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/_sslgte279.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/select.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/monkey.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/_threading.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/os.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/timeout.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/threadpool.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/event.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/greenlet.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/win32util.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/hub.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/lock.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/thread.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/wsgi.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/fileobject.py -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
copying build/lib.linux-x86_64-2.7/gevent/ares.so -> /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/queue.py to queue.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/socket.py to socket.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/resolver_ares.py to resolver_ares.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/ssl.py to ssl.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/util.py to util.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/resolver_thread.py to resolver_thread.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/coros.py to coros.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/pywsgi.py to pywsgi.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/_ssl2.py to _ssl2.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/local.py to local.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/server.py to server.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/threading.py to threading.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/__init__.py to __init__.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/backdoor.py to backdoor.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/pool.py to pool.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/baseserver.py to baseserver.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/subprocess.py to subprocess.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/_sslgte279.py to _sslgte279.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/select.py to select.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/monkey.py to monkey.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/_threading.py to _threading.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/os.py to os.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/timeout.py to timeout.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/threadpool.py to threadpool.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/event.py to event.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/greenlet.py to greenlet.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/win32util.py to win32util.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/hub.py to hub.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/lock.py to lock.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/thread.py to thread.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/wsgi.py to wsgi.pyc
byte-compiling /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent/fileobject.py to fileobject.pyc
writing byte-compilation script '/tmp/tmptXiqvk.py'
/usr/bin/python2 -O /tmp/tmptXiqvk.py
removing /tmp/tmptXiqvk.py
running install_egg_info
running egg_info
creating gevent.egg-info
writing requirements to gevent.egg-info/requires.txt
writing gevent.egg-info/PKG-INFO
writing top-level names to gevent.egg-info/top_level.txt
writing dependency_links to gevent.egg-info/dependency_links.txt
writing manifest file 'gevent.egg-info/SOURCES.txt'
reading manifest file 'gevent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile.ext'
writing manifest file 'gevent.egg-info/SOURCES.txt'
Copying gevent.egg-info to /tmp/python2-gevent/pkg/python2-gevent/usr/lib/python2.7/site-packages/gevent-1.0.2-py2.7.egg-info
running install_scripts
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Creating package "python2-gevent"...
-> Generating .PKGINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python2-gevent 1.0.2-1 (Sat Nov 14 06:33:37 UTC 2015)
===> Printing config.logs
found log at /tmp/python2-gevent/src/gevent/build/temp.linux-x86_64-2.7/c-ares/config.log
found log at /tmp/python2-gevent/src/gevent/build/temp.linux-x86_64-2.7/libev/config.log
____
File /tmp/python2-gevent/src/gevent/build/temp.linux-x86_64-2.7/c-ares/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by c-ares configure -, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ /tmp/python2-gevent/src/gevent/c-ares/configure CONFIG_COMMANDS= CONFIG_FILES=
## --------- ##
## Platform. ##
## --------- ##
hostname = faf5167035cc
uname -m = x86_64
uname -r = 3.13.0-66-generic
uname -s = Linux
uname -v = #108-Ubuntu SMP Wed Oct 7 15:20:27 UTC 2015
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2535: checking whether to enable maintainer-specific portions of Makefiles
configure:2544: result: no
configure:2559: checking whether to enable debug build options
configure:2578: result: no
configure:2582: checking whether to enable compiler optimizer
configure:2603: result: not specified (assuming yes)
configure:2615: checking whether to enable strict compiler warnings
configure:2634: result: no
configure:2638: checking whether to enable compiler warnings as errors
configure:2657: result: no
configure:2661: checking whether to enable curl debug memory tracking
configure:2680: result: no
configure:2684: checking whether to enable hiding of library internal symbols
configure:2700: result: yes
configure:2716: checking for sed
configure:2735: found /usr/bin/sed
configure:2748: result: /usr/bin/sed
configure:2763: checking for grep
configure:2782: found /usr/bin/grep
configure:2795: result: /usr/bin/grep
configure:2809: checking for egrep
configure:2812: result: /usr/bin/grep -E
configure:2910: checking for ar
configure:2929: found /usr/bin/ar
configure:2941: result: /usr/bin/ar
configure:3017: checking for a BSD-compatible install
configure:3085: result: /usr/bin/install -c
configure:3096: checking whether build environment is sane
configure:3146: result: yes
configure:3287: checking for a thread-safe mkdir -p
configure:3326: result: /usr/bin/mkdir -p
configure:3339: checking for gawk
configure:3355: found /usr/bin/gawk
configure:3366: result: gawk
configure:3377: checking whether make sets $(MAKE)
configure:3399: result: yes
configure:3485: checking build system type
configure:3499: result: x86_64-unknown-linux-gnu
configure:3519: checking host system type
configure:3532: result: x86_64-unknown-linux-gnu
configure:3570: checking for style of include used by make
configure:3598: result: GNU
configure:3672: checking for gcc
configure:3688: found /usr/bin/gcc
configure:3699: result: gcc
configure:3928: checking for C compiler version
configure:3937: gcc --version >&5
gcc (GCC) 5.2.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3948: $? = 0
configure:3937: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
Thread model: posix
gcc version 5.2.0 (GCC)
configure:3948: $? = 0
configure:3937: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3948: $? = 1
configure:3937: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3948: $? = 1
configure:3967: checking whether the C compiler works
configure:3989: gcc conftest.c >&5
configure:3993: $? = 0
configure:4041: result: yes
configure:4044: checking for C compiler default output file name
configure:4046: result: a.out
configure:4052: checking for suffix of executables
configure:4059: gcc -o conftest conftest.c >&5
configure:4063: $? = 0
configure:4085: result:
configure:4106: checking whether we are cross compiling
configure:4114: gcc -o conftest conftest.c >&5
configure:4118: $? = 0
configure:4125: ./conftest
configure:4129: $? = 0
configure:4144: result: no
configure:4149: checking for suffix of object files
configure:4170: gcc -c conftest.c >&5
configure:4174: $? = 0
configure:4195: result: o
configure:4199: checking whether we are using the GNU C compiler
configure:4217: gcc -c conftest.c >&5
configure:4217: $? = 0
configure:4226: result: yes
configure:4235: checking whether gcc accepts -g
configure:4254: gcc -c -g conftest.c >&5
configure:4254: $? = 0
configure:4293: result: yes
configure:4310: checking for gcc option to accept ISO C89
configure:4373: gcc -c -g -O2 conftest.c >&5
configure:4373: $? = 0
configure:4386: result: none needed
configure:4408: checking dependency style of gcc
configure:4519: result: none
configure:4538: checking whether gcc and cc understand -c and -o together
configure:4568: gcc -c conftest.c -o conftest2.o >&5
configure:4572: $? = 0
configure:4578: gcc -c conftest.c -o conftest2.o >&5
configure:4582: $? = 0
configure:4593: cc -c conftest.c >&5
configure:4597: $? = 0
configure:4605: cc -c conftest.c -o conftest2.o >&5
configure:4609: $? = 0
configure:4615: cc -c conftest.c -o conftest2.o >&5
configure:4619: $? = 0
configure:4637: result: yes
configure:4670: checking how to run the C preprocessor
configure:4701: gcc -E conftest.c
configure:4701: $? = 0
configure:4715: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
| #include
configure:4740: result: gcc -E
configure:4760: gcc -E conftest.c
configure:4760: $? = 0
configure:4774: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
| #include
configure:4803: checking for grep that handles long lines and -e
configure:4861: result: /usr/bin/grep
configure:4866: checking for egrep
configure:4928: result: /usr/bin/grep -E
configure:4935: checking if OS is AIX (to define _ALL_SOURCE)
configure:4955: result: no
configure:4965: checking if _THREAD_SAFE is already defined
configure:4986: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:7: error: unknown type name 'force'
force compilation error
^
conftest.c:21:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
force compilation error
^
configure:4986: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
|
|
|
| int main (void)
| {
|
| #ifdef _THREAD_SAFE
| int dummy=1;
| #else
| force compilation error
| #endif
|
| ;
| return 0;
| }
|
configure:4994: result: no
configure:5002: checking if _THREAD_SAFE is actually needed
configure:5021: result: no
configure:5026: checking if _THREAD_SAFE is onwards defined
configure:5043: result: no
configure:5050: checking if _REENTRANT is already defined
configure:5071: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:7: error: unknown type name 'force'
force compilation error
^
conftest.c:21:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
force compilation error
^
configure:5071: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
|
|
|
| int main (void)
| {
|
| #ifdef _REENTRANT
| int dummy=1;
| #else
| force compilation error
| #endif
|
| ;
| return 0;
| }
|
configure:5079: result: no
configure:5087: checking if _REENTRANT is actually needed
configure:5118: gcc -c conftest.c >&5
configure:5118: $? = 0
configure:5149: gcc -c conftest.c >&5
configure:5149: $? = 0
configure:5220: gcc -o conftest conftest.c >&5
configure:5220: $? = 0
configure:5299: gcc -o conftest conftest.c >&5
configure:5299: $? = 0
configure:5378: gcc -o conftest conftest.c >&5
configure:5378: $? = 0
configure:5457: gcc -o conftest conftest.c >&5
configure:5457: $? = 0
configure:5536: gcc -o conftest conftest.c >&5
/tmp/ccQXHiRd.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `inet_ntoa_r'
collect2: error: ld returned 1 exit status
configure:5536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
|
|
| #define inet_ntoa_r innocuous_inet_ntoa_r
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
| #undef inet_ntoa_r
| #ifdef __cplusplus
| extern "C"
| #endif
| char inet_ntoa_r ();
| #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
| choke me
| #endif
|
| int main (void)
| {
| return inet_ntoa_r ();
| ;
| return 0;
| }
|
configure:5619: gcc -o conftest conftest.c >&5
configure:5619: $? = 0
configure:5698: gcc -o conftest conftest.c >&5
configure:5698: $? = 0
configure:5777: gcc -o conftest conftest.c >&5
configure:5777: $? = 0
configure:5856: gcc -o conftest conftest.c >&5
configure:5856: $? = 0
configure:5912: result: no
configure:5917: checking if _REENTRANT is onwards defined
configure:5934: result: no
configure:5947: checking for special C compiler options needed for large files
configure:5991: result: no
configure:5997: checking for _FILE_OFFSET_BITS value needed for large files
configure:6021: gcc -c conftest.c >&5
configure:6021: $? = 0
configure:6052: result: no
configure:6446: checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)
configure:6450: result: yes
configure:6460: checking if compiler is icc (to build with PIC)
configure:6469: result: no
configure:6520: checking how to print strings
configure:6547: result: printf
configure:6568: checking for a sed that does not truncate output
configure:6632: result: /usr/bin/sed
configure:6650: checking for fgrep
configure:6712: result: /usr/bin/grep -F
configure:6747: checking for ld used by gcc
configure:6814: result: /usr/bin/ld
configure:6821: checking if the linker (/usr/bin/ld) is GNU ld
configure:6836: result: yes
configure:6848: checking for BSD- or MS-compatible name lister (nm)
configure:6897: result: /usr/bin/nm -B
configure:7027: checking the name lister (/usr/bin/nm -B) interface
configure:7034: gcc -c conftest.c >&5
configure:7037: /usr/bin/nm -B "conftest.o"
configure:7040: output
0000000000000000 B some_variable
configure:7047: result: BSD nm
configure:7050: checking whether ln -s works
configure:7054: result: yes
configure:7062: checking the maximum length of command line arguments
configure:7192: result: 1572864
configure:7209: checking whether the shell understands some XSI constructs
configure:7219: result: yes
configure:7223: checking whether the shell understands "+="
configure:7229: result: yes
configure:7264: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:7304: result: func_convert_file_noop
configure:7311: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7331: result: func_convert_file_noop
configure:7338: checking for /usr/bin/ld option to reload object files
configure:7345: result: -r
configure:7419: checking for objdump
configure:7446: result: objdump
configure:7475: checking how to recognize dependent libraries
configure:7677: result: pass_all
configure:7762: checking for dlltool
configure:7789: result: dlltool
configure:7819: checking how to associate runtime and link libraries
configure:7846: result: printf %s\n
configure:7970: checking for archiver @FILE support
configure:7986: gcc -c conftest.c >&5
configure:7986: $? = 0
configure:7989: /usr/bin/ar cru libconftest.a @conftest.lst >&5
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
configure:7992: $? = 0
configure:7997: /usr/bin/ar cru libconftest.a @conftest.lst >&5
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
/usr/bin/ar: conftest.o: No such file or directory
configure:8000: $? = 1
configure:8012: result: @
configure:8070: checking for strip
configure:8086: found /usr/bin/strip
configure:8097: result: strip
configure:8169: checking for ranlib
configure:8185: found /usr/bin/ranlib
configure:8196: result: ranlib
configure:8298: checking command to parse /usr/bin/nm -B output from gcc object
configure:8418: gcc -c conftest.c >&5
configure:8421: $? = 0
configure:8425: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8428: $? = 0
configure:8494: gcc -o conftest conftest.c conftstm.o >&5
configure:8497: $? = 0
configure:8535: result: ok
configure:8572: checking for sysroot
configure:8602: result: no
configure:8679: gcc -c conftest.c >&5
configure:8682: $? = 0
configure:8857: checking for mt
configure:8887: result: no
configure:8907: checking if : is a manifest tool
configure:8913: : '-?'
configure:8921: result: no
configure:9557: checking for ANSI C header files
configure:9576: gcc -c conftest.c >&5
configure:9576: $? = 0
configure:9649: gcc -o conftest conftest.c >&5
configure:9649: $? = 0
configure:9649: ./conftest
configure:9649: $? = 0
configure:9660: result: yes
configure:9673: checking for sys/types.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for sys/stat.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for stdlib.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for string.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for memory.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for strings.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for inttypes.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for stdint.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9673: checking for unistd.h
configure:9673: gcc -c conftest.c >&5
configure:9673: $? = 0
configure:9673: result: yes
configure:9687: checking for dlfcn.h
configure:9687: gcc -c conftest.c >&5
configure:9687: $? = 0
configure:9687: result: yes
configure:9891: checking for objdir
configure:9906: result: .libs
configure:10177: checking if gcc supports -fno-rtti -fno-exceptions
configure:10195: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:10199: $? = 0
configure:10212: result: no
configure:10539: checking for gcc option to produce PIC
configure:10546: result: -fPIC -DPIC
configure:10554: checking if gcc PIC flag -fPIC -DPIC works
configure:10572: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
configure:10576: $? = 0
configure:10589: result: yes
configure:10618: checking if gcc static flag -static works
configure:10646: result: yes
configure:10661: checking if gcc supports -c -o file.o
configure:10682: gcc -c -o out/conftest2.o conftest.c >&5
configure:10686: $? = 0
configure:10708: result: yes
configure:10716: checking if gcc supports -c -o file.o
configure:10763: result: yes
configure:10796: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11951: result: yes
configure:11988: checking whether -lc should be explicitly linked in
configure:11996: gcc -c conftest.c >&5
configure:11999: $? = 0
configure:12014: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:12017: $? = 0
configure:12031: result: no
configure:12191: checking dynamic linker characteristics
configure:12701: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12701: $? = 0
configure:12935: result: GNU/Linux ld.so
configure:13042: checking how to hardcode library paths into programs
configure:13067: result: immediate
configure:13592: checking whether stripping libraries is possible
configure:13597: result: yes
configure:13632: checking if libtool supports shared libraries
configure:13634: result: yes
configure:13637: checking whether to build shared libraries
configure:13658: result: yes
configure:13661: checking whether to build static libraries
configure:13665: result: yes
configure:13703: checking if we need CARES_BUILDING_LIBRARY
configure:13727: result: no
configure:13765: checking if compiler is DEC/Compaq/HP C
configure:13786: gcc -E conftest.c
configure:13786: $? = 0
configure:13826: gcc -E conftest.c
configure:13826: $? = 0
configure:13859: result: no
configure:13864: checking if compiler is HP-UX C
configure:13885: gcc -E conftest.c
configure:13885: $? = 0
configure:13917: result: no
configure:13922: checking if compiler is IBM C
configure:13943: gcc -E conftest.c
configure:13943: $? = 0
configure:13983: result: no
configure:13988: checking if compiler is Intel C
configure:14009: gcc -E conftest.c
configure:14009: $? = 0
configure:14099: result: no
configure:14104: checking if compiler is clang
configure:14125: gcc -E conftest.c
configure:14125: $? = 0
configure:14168: result: no
configure:14173: checking if compiler is GNU C
configure:14194: gcc -E conftest.c
configure:14194: $? = 0
configure:14217: result: yes
configure:14256: gcc -E conftest.c
configure:14256: $? = 0
configure:14283: checking if compiler is LCC
configure:14304: gcc -E conftest.c
configure:14304: $? = 0
configure:14336: result: no
configure:14341: checking if compiler is SGI MIPSpro C
configure:14362: gcc -E conftest.c
configure:14362: $? = 0
configure:14402: gcc -E conftest.c
configure:14402: $? = 0
configure:14442: gcc -E conftest.c
configure:14442: $? = 0
configure:14476: result: no
configure:14481: checking if compiler is SGI MIPS C
configure:14502: gcc -E conftest.c
configure:14502: $? = 0
configure:14542: gcc -E conftest.c
configure:14542: $? = 0
configure:14576: result: no
configure:14581: checking if compiler is SunPro C
configure:14602: gcc -E conftest.c
configure:14602: $? = 0
configure:14634: result: no
configure:14639: checking if compiler is Tiny C
configure:14660: gcc -E conftest.c
configure:14660: $? = 0
configure:14692: result: no
configure:14697: checking if compiler is Watcom C
configure:14718: gcc -E conftest.c
configure:14718: $? = 0
configure:14800: result: no
configure:15154: checking if compiler accepts debug disabling options
configure:15186: gcc -c -g0 conftest.c >&5
configure:15186: $? = 0
configure:15216: gcc -o conftest -g0 conftest.c >&5
configure:15216: $? = 0
configure:15258: gcc -o conftest -g0 conftest.c >&5
configure:15258: $? = 0
configure:15258: ./conftest
configure:15258: $? = 0
configure:15277: result: yes
configure:15279: compiler options added: -g0
configure:15311: checking if compiler optimizer assumed setting might be used
configure:15349: result: yes
configure:15395: checking if compiler accepts optimizer enabling options
configure:15431: gcc -c -g0 -O2 conftest.c >&5
configure:15431: $? = 0
configure:15461: gcc -o conftest -g0 -O2 conftest.c >&5
configure:15461: $? = 0
configure:15503: gcc -o conftest -g0 -O2 conftest.c >&5
configure:15503: $? = 0
configure:15503: ./conftest
configure:15503: $? = 0
configure:15522: result: yes
configure:15524: compiler options added: -O2
configure:15777: checking if compiler accepts strict warning options
configure:15801: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:15801: $? = 0
configure:15831: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:15831: $? = 0
configure:15873: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:15873: $? = 0
configure:15873: ./conftest
configure:15873: $? = 0
configure:15892: result: yes
configure:15894: compiler options added: -Wno-system-headers
configure:15924: checking if compiler halts on compilation errors
configure:15941: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:7: error: unknown type name 'force'
force compilation error
^
conftest.c:30:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
force compilation error
^
configure:15941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
|
| int main (void)
| {
|
| force compilation error
|
| ;
| return 0;
| }
|
configure:15949: result: yes
configure:15956: checking if compiler halts on negative sized arrays
configure:15974: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:26:20: error: size of array 'bad_t' is negative
typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
^
configure:15974: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
|
| int main (void)
| {
|
| bad_t dummy;
|
| ;
| return 0;
| }
|
configure:15982: result: yes
configure:15989: checking if compiler supports hiding library internal symbols
configure:16083: gcc -c -g0 -O2 -Wno-system-headers -fvisibility=hidden conftest.c >&5
configure:16083: $? = 0
configure:16106: result: yes
configure:16117: checking if shared libraries need -no-undefined
configure:16130: result: no
configure:16244: checking for windows.h
configure:16274: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:30:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:16274: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| #undef inline
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
|
| int main (void)
| {
|
| #if defined(__CYGWIN__) || defined(__CEGCC__)
| HAVE_WINDOWS_H shall not be defined.
| #else
| int dummy=2*WINVER;
| #endif
|
| ;
| return 0;
| }
|
configure:16286: result: no
configure:16304: checking whether build target is a native Windows one
configure:16346: result: no
configure:16538: checking if X/Open network library is required
configure:16558: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:33:3: error: unknown type name 'force'
force compilation error
^
conftest.c:33:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
force compilation error
^
conftest.c:35:1: error: expected declaration or statement at end of input
}
^
configure:16558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| int main (void)
| {
| #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
| return 0;
| #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
| return 0;
| #else
| force compilation error
| #endif
| }
|
|
configure:16565: result: no
configure:16569: checking for gethostbyname
configure:16569: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:16569: $? = 0
configure:16569: result: yes
configure:16889: checking for strcasecmp
configure:16889: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:35:6: warning: conflicting types for built-in function 'strcasecmp'
char strcasecmp ();
^
configure:16889: $? = 0
configure:16889: result: yes
configure:16997: checking for windows.h
configure:17039: result: no
configure:17057: checking for winsock.h
configure:17100: result: no
configure:17113: checking for winsock2.h
configure:17156: result: no
configure:17170: checking for connect in libraries
configure:17197: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17197: $? = 0
configure:17215: result: yes
configure:17226: checking whether time.h and sys/time.h may both be included
configure:17245: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17245: $? = 0
configure:17252: result: yes
configure:17264: checking for sys/types.h
configure:17264: result: yes
configure:17264: checking sys/time.h usability
configure:17264: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17264: $? = 0
configure:17264: result: yes
configure:17264: checking sys/time.h presence
configure:17264: gcc -E conftest.c
configure:17264: $? = 0
configure:17264: result: yes
configure:17264: checking for sys/time.h
configure:17264: result: yes
configure:17264: checking time.h usability
configure:17264: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17264: $? = 0
configure:17264: result: yes
configure:17264: checking time.h presence
configure:17264: gcc -E conftest.c
configure:17264: $? = 0
configure:17264: result: yes
configure:17264: checking for time.h
configure:17264: result: yes
configure:17274: checking for monotonic clock_gettime
configure:17305: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17305: $? = 0
configure:17307: result: yes
configure:17324: checking for clock_gettime in libraries
configure:17366: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17366: $? = 0
configure:17387: result: no additional lib required
configure:17405: checking if monotonic clock_gettime works
configure:17448: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17448: $? = 0
configure:17448: ./conftest
configure:17448: $? = 0
configure:17450: result: yes
configure:17483: checking whether to use libgcc
configure:17498: result: no
configure:17508: checking for ANSI C header files
configure:17611: result: yes
configure:17621: checking for malloc.h
configure:17646: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17646: $? = 0
configure:17658: result: yes
configure:17686: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17686: $? = 0
configure:17709: checking for memory.h
configure:17746: result: yes
configure:17774: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17774: $? = 0
configure:17820: checking for sys/types.h
configure:17820: result: yes
configure:17820: checking for sys/time.h
configure:17820: result: yes
configure:17820: checking for sys/select.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for sys/socket.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for sys/ioctl.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for sys/param.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for sys/uio.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for assert.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for netdb.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for netinet/in.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for netinet/tcp.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for net/if.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for errno.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for socket.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:65:20: fatal error: socket.h: No such file or directory
compilation terminated.
configure:17820: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include
| #endif
|
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
|
|
|
| #include
configure:17820: result: no
configure:17820: checking for strings.h
configure:17820: result: yes
configure:17820: checking for stdbool.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for time.h
configure:17820: result: yes
configure:17820: checking for limits.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for arpa/nameser.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for arpa/nameser_compat.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17820: checking for arpa/inet.h
configure:17820: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17850: checking for an ANSI C-conforming const
configure:17914: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17914: $? = 0
configure:17921: result: yes
configure:17929: checking for size_t
configure:17929: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:17929: $? = 0
configure:17929: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:17929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:17929: result: yes
configure:17940: checking whether time.h and sys/time.h may both be included
configure:17966: result: yes
configure:17978: checking for sys/types.h
configure:17978: result: yes
configure:17978: checking for sys/time.h
configure:17978: result: yes
configure:17978: checking for time.h
configure:17978: result: yes
configure:17978: checking for sys/socket.h
configure:17978: result: yes
configure:17988: checking for struct timeval
configure:18041: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18041: $? = 0
configure:18053: result: yes
configure:18070: checking size of size_t
configure:18075: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18075: $? = 0
configure:18075: ./conftest
configure:18075: $? = 0
configure:18089: result: 8
configure:18103: checking size of long
configure:18108: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18108: $? = 0
configure:18108: ./conftest
configure:18108: $? = 0
configure:18122: result: 8
configure:18136: checking size of int
configure:18141: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18141: $? = 0
configure:18141: ./conftest
configure:18141: $? = 0
configure:18155: result: 4
configure:18169: checking size of short
configure:18174: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18174: $? = 0
configure:18174: ./conftest
configure:18174: $? = 0
configure:18188: result: 2
configure:18213: checking size of time_t
configure:18218: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18218: $? = 0
configure:18218: ./conftest
configure:18218: $? = 0
configure:18232: result: 8
configure:18243: checking for long long
configure:18243: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18243: $? = 0
configure:18243: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:99:24: error: expected expression before ')' token
if (sizeof ((long long)))
^
configure:18243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int main (void)
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:18243: result: yes
configure:18254: checking if numberLL works
configure:18271: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18271: $? = 0
configure:18273: result: yes
configure:18290: checking for ssize_t
configure:18290: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18290: $? = 0
configure:18290: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:18290: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int main (void)
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:18290: result: yes
configure:18301: checking for bool
configure:18301: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18301: $? = 0
configure:18301: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:77:19: error: expected expression before ')' token
if (sizeof ((bool)))
^
configure:18301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_STDBOOL_H
| #include
| #endif
|
|
| int main (void)
| {
| if (sizeof ((bool)))
| return 0;
| ;
| return 0;
| }
configure:18301: result: yes
configure:18336: checking for windows.h
configure:18378: result: no
configure:18396: checking for winsock2.h
configure:18439: result: no
configure:18452: checking for ws2tcpip.h
configure:18496: result: no
configure:18522: checking for sys/types.h
configure:18522: result: yes
configure:18522: checking for sys/socket.h
configure:18522: result: yes
configure:18546: checking for ares_socklen_t data type
configure:18574: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18574: $? = 0
configure:18611: result: socklen_t
configure:18618: checking size of ares_socklen_t
configure:18664: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:72:21: error: unknown type name 'socklen_t'
typedef socklen_t ares_socklen_t;
^
configure:18664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
|
| typedef socklen_t ares_socklen_t;
| typedef char dummy_arr[sizeof(ares_socklen_t) == 4 ? 1 : -1];
|
| int main (void)
| {
|
| ares_socklen_t dummy;
|
| ;
| return 0;
| }
|
configure:18664: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:72:21: error: unknown type name 'socklen_t'
typedef socklen_t ares_socklen_t;
^
configure:18664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
|
| typedef socklen_t ares_socklen_t;
| typedef char dummy_arr[sizeof(ares_socklen_t) == 4 ? 1 : -1];
|
| int main (void)
| {
|
| ares_socklen_t dummy;
|
| ;
| return 0;
| }
|
configure:18664: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18664: $? = 0
configure:18674: result: 4
configure:18721: checking for in_addr_t
configure:18721: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18721: $? = 0
configure:18721: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:105:24: error: expected expression before ')' token
if (sizeof ((in_addr_t)))
^
configure:18721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_ARPA_INET_H
| #include
| #endif
| #endif
|
|
| int main (void)
| {
| if (sizeof ((in_addr_t)))
| return 0;
| ;
| return 0;
| }
configure:18721: result: yes
configure:18837: checking for struct sockaddr_storage
configure:18837: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18837: $? = 0
configure:18837: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:38: error: expected expression before ')' token
if (sizeof ((struct sockaddr_storage)))
^
configure:18837: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #endif
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include
| #endif
| #ifdef HAVE_ARPA_INET_H
| #include
| #endif
| #endif
|
|
| int main (void)
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:18837: result: yes
configure:18874: checking signal.h usability
configure:18874: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18874: $? = 0
configure:18874: result: yes
configure:18874: checking signal.h presence
configure:18874: gcc -E conftest.c
configure:18874: $? = 0
configure:18874: result: yes
configure:18874: checking for signal.h
configure:18874: result: yes
configure:18884: checking for sig_atomic_t
configure:18884: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18884: $? = 0
configure:18884: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:27: error: expected expression before ')' token
if (sizeof ((sig_atomic_t)))
^
configure:18884: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SIGNAL_H
| #include
| #endif
|
|
| int main (void)
| {
| if (sizeof ((sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:18884: result: yes
configure:18901: checking if sig_atomic_t is already defined as volatile
configure:18921: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:18921: $? = 0
configure:18923: result: no
configure:18946: checking return type of signal handlers
configure:18963: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:9: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:18963: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| /* end confdefs.h. */
| #include
| #include
|
| int main (void)
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:18970: result: void
configure:18983: checking for sys/types.h
configure:18983: result: yes
configure:18983: checking for sys/socket.h
configure:18983: result: yes
configure:18994: checking for recv
configure:19032: gcc -o conftest -g0 -O2 -Wno-system-headers conftest.c >&5
configure:19032: $? = 0
configure:19034: result: yes
configure:19049: checking types of args and return type for recv
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, size_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, size_t, int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| size_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, size_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, size_t, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| size_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, int, int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, int, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, socklen_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, socklen_t, int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| socklen_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, socklen_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, socklen_t, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| socklen_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, unsigned int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, unsigned int, int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| unsigned int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, char *, unsigned int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, char *, unsigned int, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| char * buf=0;
| unsigned int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, size_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, size_t, int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| size_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, size_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, size_t, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| size_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, int, int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, int, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, socklen_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, socklen_t, int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| socklen_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, socklen_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, socklen_t, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| socklen_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, unsigned int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, unsigned int, int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| unsigned int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(int, void *, unsigned int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(int, void *, unsigned int, unsigned int);
|
| int main (void)
| {
|
| int s=0;
| void * buf=0;
| unsigned int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, size_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, size_t, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| size_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, size_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, size_t, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| size_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, int, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, int, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, socklen_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, socklen_t, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| socklen_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, socklen_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, socklen_t, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| socklen_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, unsigned int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, unsigned int, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| unsigned int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, char *, unsigned int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, char *, unsigned int, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| char * buf=0;
| unsigned int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, size_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, size_t, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| size_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, size_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, size_t, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| size_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, int, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, int, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, socklen_t, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, socklen_t, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| socklen_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, socklen_t, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, socklen_t, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| socklen_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, unsigned int, int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, unsigned int, int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| unsigned int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:23: error: conflicting types for 'recv'
recv(ssize_t, void *, unsigned int, unsigned int);
^
In file included from conftest.c:100:0:
/usr/include/sys/socket.h:156:16: note: previous declaration of 'recv' was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(ssize_t, void *, unsigned int, unsigned int);
|
| int main (void)
| {
|
| ssize_t s=0;
| void * buf=0;
| unsigned int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, size_t, int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(SOCKET, char *, size_t, int);
|
| int main (void)
| {
|
| SOCKET s=0;
| char * buf=0;
| size_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, size_t, unsigned int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(SOCKET, char *, size_t, unsigned int);
|
| int main (void)
| {
|
| SOCKET s=0;
| char * buf=0;
| size_t len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, int, int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(SOCKET, char *, int, int);
|
| int main (void)
| {
|
| SOCKET s=0;
| char * buf=0;
| int len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, int, unsigned int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(SOCKET, char *, int, unsigned int);
|
| int main (void)
| {
|
| SOCKET s=0;
| char * buf=0;
| int len=0;
| unsigned int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, socklen_t, int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include
| #endif
| #endif
| #define RECVCALLCONV PASCAL
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include
| #endif
| #define RECVCALLCONV
| #endif
| extern int RECVCALLCONV
| recv(SOCKET, char *, socklen_t, int);
|
| int main (void)
| {
|
| SOCKET s=0;
| char * buf=0;
| socklen_t len=0;
| int flags=0;
| int res = recv(s, buf, len, flags);
|
| ;
| return 0;
| }
|
configure:19106: gcc -c -g0 -O2 -Wno-system-headers conftest.c >&5
conftest.c:105:36: error: expected ')' before 'char'
recv(SOCKET, char *, socklen_t, unsigned int);
^
conftest.c: In function 'main':
conftest.c:110:23: error: unknown type name 'SOCKET'
SOCKET s=0;
^
configure:19106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "c-ares"
| #define PACKAGE_TARNAME "c-ares"
| #define PACKAGE_VERSION "-"
| #define PACKAGE_STRING "c-ares -"
| #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
| #define PACKAGE_URL ""
| #define PACKAGE "c-ares"
| #define VERSION "-"
| #define OS "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_CLOCK_GETTIME_MONOTONIC 1
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ARPA_NAMESER_COMPAT_H 1
| #define HAVE_ARPA_INET_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRUCT_TIMEVAL 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define CARES_SIZEOF_LONG 8
| #define SIZEOF_TIME_T 8
| #define HAVE_LONGLONG 1
| #define HAVE_LL 1
| #define HAVE_BOOL_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define CARES_PULL_SYS_TYPES_H 1
| #define CARES_PULL_SYS_SOCKET_H 1
| #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t
| #define CARES_SIZEOF_ARES_SOCKLEN_T 4
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define RETSIGTYPE void
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
|
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include
| #ifdef HAVE_WINSOCK2_H
| #include
| #else
| #ifdef HAVE_WINSOCK_H
| #include